/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/*
@font-face {
  font-family: 'Embassy BT';
  src:  url('fonts/embassybt.ttf?9xfrq8') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    color: #2A2E30;
}

.menu-Welcome {}

.menu-To-Do {}

.ft-Policies:before {
    content: "\e9af";
}

.ft-Policy:before {
    content: "\e9af";
}

.ft-Policy-Category:before {
    content: "\e9af";
}

.ft-Quiz:before {
    content: "\e9ec";
}

.ft-Quiz-Question-Category:before {
    content: "\e9ec";
}

.ft-Preview-Quiz:before {
    content: "\e9ec";
}

.ft-Speciality:before {
    content: "\e9ba";
}

.ft-Email-Schedules:before {
    content: "\e974";
}

.ft-Email-Templates:before {
    content: "\e974";
}

.ft-Quizquestion:before{
    content: "\e9ec";
}

.ft-Settings:before{
    content: "\e9ac";
}

.ft-Report-Schedules:before{
    content: "\e983";
}

.ft-Reports:before{
    content: "\e983";
}

.ft-Library-Doc:before {
    content: "\e95d";
}

.ft-Folder:before {
    content: "\e95d";
}

.ft-Survey:before {
    content: "\e931";
}

.ft-Survey-Category:before {
    content: "\e931";
}

.ft-Survey-Subscriptions:before {
    content: "\e931";
}

.ft-Surveyquestion:before {
    content: "\e931";
}

.ft-Assignment:before {
    content: "\e931";
}

.ft-Monthly-Reminders:before {
    content: "\e932";
}

.ft-User-Role:before {
    content: "\e971";
}

.ft-Course:before {
    content: "\e914";
}

.ft-Course-Category:before {
    content: "\e914";
}

.ft-Preview-Course:before {
    content: "\e914";
}

.ft-Student-Location:before {
    content: "\e975";
}

.ft-Student-Department:before {
    content: "\e96b";
}

.ft-Student:before {
    content: "\e9d7";
}

.ft-Audit:before {
    content: "\e96a";
}

.ft-Integration:before {
    content: "\e9b0";
}

.ft-History:before {
    content: "\e998";
}

.ft-Dashboard:before {
    content: "\e965";
}

.ft-Affirmation:before {
    content: "\e97a";
}

.ft-Group:before {
    content: "\e96a";
}

.ft-ADISync-Log:before {
    content: "\e99e";
}

.ft-Import-Wizard:before {
    content: "\e94b";
}

.ft-Subscriptions:before {
    content: "\e9d3";
}


.ft-Courses:before {
    content: "\e914";
}

.ft-Library:before {
    content: "\e95d";
}

.ft-My-Account:before {
    content: "\e965";
}

.ft-Admin:before {
    content: "\e9d7";
}

.ft-Surveys:before {
    content: "\e958";
}

.ft-My-Students:before {
    content: "\e965";
}

.course-left-button,
.course-right-button {
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: navajowhite;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    opacity: 0.7;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.course-right-button {
    right: initial;
    left: -15px;
}

.btn-min-width {
    min-width: 7.5rem;
}

.brand-text {
    max-height: 50px !important;
    max-width: 190px !important;
    width: auto;
    margin: 5px auto;
}

.course-right-start,
.course-left-certificate {
    width: 50%;
}

.horizontal-menu.menu-collapsed #main-menu-navigation .nav-item a span {
    display: inline;
}

.disabled,
.disabled:hover {
    cursor: auto;
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

.logo-z-index {
    z-index: 10;
}

.grid-title {
    height: 44px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    background: #ECEFF1 !important;
}

.grid-title:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: -5px;
    padding: 0 0.3em;
    background: inherit;
}

.grid-title .after-title:after {
    content: '\0000a0';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ECEFF1 !important;
    text-align-last: right;
}

.grid-title-library {
    height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    background: #ECEFF1 !important;
}

.grid-title-library:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: -9px;
    padding: 0 0.3em;
    background: inherit;
}

.grid-title-library span:after {
    content: '\0000a0';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #ECEFF1 !important;
    text-align-last: right;
}

.text-word-break {
    word-break: break-all;
}

#go-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
}

#go-to-top:hover {
    background-color: #555;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.75rem + 2px);
}

input.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.75rem + 2px);
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 0rem;
}

.tablePadding0 td {
    padding: 0;
}

.tdBottomPadding td {
    padding-bottom: 10px !important;
}

.statusTable .input-group-text {
    border-radius: 0.25rem 0 0 0.25rem !important;
    border-right: 0px !important;
}

.statusTable .btn {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.statusTable .input-group-text.bootstrap-touchspin-postfix {
    border-radius: 0 !important;
    border-left: 0px !important;
}

.course-subscription-form .badge {
    font-size: 95%;
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.border1PxSolidBlack {
    border: 1px solid #d4ddea;
}

.advanceSearchBlock {
    display: none;
    padding-bottom: 15px;
}

#questionsAccordion .card .card-title {
    text-transform: none !important;
}

.cardTitleBlock {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.bg-lighter {
    background-color: #F5F7FA;
}

.slick-slide {
    margin: 0px 20px;
}

.media-list div :last-child {
    border-bottom: 0px solid #CFD8DC !important;
}

.media-list .media {
    border-bottom: 1px solid #CFD8DC !important;
}

#news_msg .media:last-child {
    border-bottom: 0px !important;
}

.breadcrumb {
    text-transform: none;
}

.table .checkbox label {
    margin-bottom: 0px;
}

#crudTable>tbody>tr>td,
#crudTable>tbody>tr>th {
    border: 0;
}

.text-none {
    text-transform: none !important;
}

.border-bottom-lighter {
    border-bottom: 1px solid #EEEEEE !important;
}

.not-started-light {
    background-color: #E6F8FF;
}

.not-signed-light {
    background-color: #FFE280;
}

.started-light {
    background-color: #FFE280;
}

.completed-light {
    background-color: #BAF8E5;
}

.signed-light {
    background-color: #BAF8E5;
}

.expired-light {
    background-color: #FFE5E8;
}

.not-assigned-light {
    background-color: #FFFFFF;
}

.optional-light {
    background-color: #FFFFFF;
}


/*************************************** Theme style override start ***************************************/
.main-menu.menu-fixed {
    top: 4.35rem;
}

.main-menu.menu-fixed .navigation li a {
    font-size: 14px;
}

.main-menu.menu-light .navigation>li>a,
.main-menu.menu-light .navigation li a {
    /* color: #4285f4 !important; */
    color: #2A2E30;
    font-weight: 400;
}

.main-menu.menu-light .navigation>li.hover>a,
.main-menu.menu-light .navigation>li:hover>a,
.main-menu.menu-light .navigation>li.active>a,
.main-menu.menu-light .navigation>li.open .hover>a,
.main-menu.menu-light .navigation>li.open>a {
    background-color: #E0E0E0 !important;
}

html body {
    background-color: #f7f7f7;
    /* background-color: #F5F5F5; */
}

.primary {
    color: #4285f4 !important;
}

.bg-primary {
    background-color: #4285f4 !important;
}

.btn-primary {
    /* border-color: #4285f4 !important;
    background-color: #4285f4 !important;
    color: #FFFFFF !important; */
    background-color: #3699FF !important;
    border-color: #3699FF !important;
}

.primary {
    color: #4285f4 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-primary:focus,
.btn-primary:active {
    border-color: #4285f4 !important;
    background-color: #4285f4 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    /* border-color: #659CF6 !important;
    background-color: #659CF6 !important; */
    color: #FFFFFF !important;
    background-color: #187DE4 !important;
    border-color: #187DE4 !important;
}

.btn-outline-primary {
    border-color: #4285f4;
    color: #4285f4;
}

.btn-outline-primary:hover {
    background-color: #4285f4;
    border-color: #4285f4;
}

.main-menu.menu-light .navigation>li.open {
    border-left: 4px solid #659CF6;
}

.content-header-title,
.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #4285f4 !important;
}

.border-bottom-primary {
    border-bottom: 1px solid #4285f4;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #F5F7FA;
}

a,
a:hover,
.page-link,
.page-link:hover {
    color: #4285f4;
}

.breadcrumb-item a,
.nav-item a.nav-link,
a.notices {
    color: #0D61E7;
}

.nav-item a.nav-link .active {
    color: #201700;
}


/* body, .navbar-light .navbar-nav .nav-link .form label
{
	color: #5D6A7F;
} */

.page-item.active .page-link {
    color: #fff !important;
    background-color: #4285f4;
    border-color: #4285f4;
}

.form-control:focus {
    border-color: #4285f4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
    margin: 2px 0;
    white-space: normal !important;
    word-wrap: break-word;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #4285f4 !important;
}

.padding-10 {
    padding: 10px;
}

.remove-image {
    margin: 5px 0px;
    padding: 7px;
    vertical-align: -webkit-baseline-middle;
}

.upload-image {
    margin: 5px 0px;
    padding: 7px;
}

.badge-primary {
    background-color: #4285f4;
    padding: 0.5rem;
    margin: 0.25rem !important;
    font-size: 0.9rem;
    font-weight: 600;
}

.certificate {
    height: 100%;
    width: 100%;
    background-image: url(/images/Frame_LMSCerty.png);
    background-repeat: no-repeat;
    background-color: #fff;
    margin: 0 auto;
}

.certificateContainer {
    margin: 0 auto;
    height: 842px;
    width: 595px;
    position: relative;
    color: #104d7f;
}

.font50 {
    font-size: 45px;
    line-height: 1.2;
}

.fontfaceEmbassy {
    /*font-family: "Open Sans";*/
    color: #4285f4;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.btn-light {
    color: #404E67;
    background-color: #fff;
    border-color: #BABFC7;
}

.btn-light:hover {
    color: #404E67;
    background-color: #fff;
    border-color: #4285F4;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #404E67;
    background-color: #fff;
    border-color: #4285F4;
}

.filterContainer .dropdown-item.active,
.filterContainer .dropdown-item:active {
    color: #2A2E30 !important;
}


/*************************************** Theme style override end ***************************************/

.input-group .select2-container--default .select2-selection--multiple {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccd6e6 !important;
    max-height: 200px;
    overflow-y: scroll;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content>span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
    background-color: #4285f4;
    border-color: #4285f4;
}

html body .pace .pace-progress {
    background: #4285f4;
}


/* .bg-primary {
    background-color: #01ace6 !important;
} */

.header-navbar .navbar-container {
    /* padding: 0px 18px 0px 5px; */
    padding: 0px 18px 0px 10px;
}

.main-menu.menu-light .navigation>li ul .active>a {
    color: #4285f4;
    font-weight: 500;
}

.main-menu.menu-light .navigation>li .active>a {
    color: #4285f4;
    font-weight: 500;
}

.main-menu.menu-light .navigation>li.active>a {
    color: #4285f4;
    font-weight: 400;
}


/***This is used in campaign create/edit page************************/

.frame {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    border: 0px !important;
    white-space: nowrap;
    text-align: center;
    margin: 0px !important;
    padding: 5px;
}

.preview {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 85px;
    background: #404E67;
    padding: 7px;
    border-radius: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 3px 0px rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
}

.preview:hover {
    background: #4285f4;
    color: #fff;
}

.card-deck {
    padding-left: 30px;
}

.card-deck .card {
    display: inherit;
    flex: none;
    margin: 10px;
    box-shadow: 0 0px 1px 0px rgba(62, 57, 107, 0.07), 0 1px 5px 0 rgba(62, 57, 107, 0.06) !important;
    margin-bottom: 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0px;
}

.card-deck .card:hover {
    box-shadow: 0 0px 1px 0px #4e4e4e, 0 1px 5px 0 rgba(62, 57, 107, 0.06) !important;
}

.card-deck .card-text {
    color: #333;
    font-size: 12px;
    margin-bottom: 0em !important;
}

.card-deck .card-body {
    margin: 20px 10px;
}

.card-deck .card-title {
    font-size: 0.9rem;
}

.image-radio-templatepage {
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;
    outline: 0;
    margin: 5px !important;
    background: transparent;
}

.image-radio-templatepage input[type="radio"] {
    display: none;
}

.image-radio-templatepage-checked {
    /* border-color: #4285f4!important; */
    border: 4px solid #4285f4 !important;
    background: #4285f442;
    box-shadow: 0 0px 2px 0px #4e4e4e, 0 1px 5px 0 rgba(62, 57, 107, 0.06) !important;
}

.image-radio-templatepage .glyphicon {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-radio-templatepage-checked .glyphicon {
    display: block !important;
}

.image-radio-landingpage {
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;
    outline: 0;
    margin: 15px !important;
}

.image-radio-landingpage input[type="radio"] {
    display: none;
}

.image-radio-landingpage-checked {
    /* border-color: #4285f4!important; */
    border: 4px solid #4285f4 !important;
    background: #4285f442;
    box-shadow: 0 0px 1px 0px rgba(62, 57, 107, 0.07), 0 1px 5px 0 rgba(62, 57, 107, 0.06) !important;
}

.image-radio-landingpage .glyphicon {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-radio-landingpage-checked .glyphicon {
    display: block !important;
}

.campaign-cards-section {
    /* max-height: 560px; 
        overflow: auto; */
    /* padding-bottom: 20px;
        padding-left: 0px;
        margin-top: 10px;
        margin-left: 5px; */
    /* border: 1px solid #f0f0f0; */
}

.campaign-cards-section .card-title {
    text-transform: capitalize;
}

.no-data-section {
    padding: 25px;
    font-size: 16px;
    color: #4285f4 !important;
    text-transform: capitalize;
    text-align: center;
}

.difficulty-level {
    position: absolute;
    bottom: 10px;
    padding: 2px;
    border-radius: 2px;
    text-align: left;
    width: 86%;
    color: #404E67;
    font-size: 12px;
    margin-bottom: 0em !important;
    /* background: #fff; */
}

.difficulty-easy {
    border-bottom: 4px solid #81C784;
}

.difficulty-normal {
    border-bottom: 4px solid #DCE775;
}

.difficulty-hard {
    border-bottom: 4px solid #FFB74D;
}

.difficulty-challenging {
    border-bottom: 4px solid #FF8A65;
}

.template-card {
    /* min-height: 75px;
        max-height: 85px; */
    padding-bottom: 15px !important;
    max-height: 200px;
    overflow: auto;
    /* overflow: auto; */
}

.landing-card-text {
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.template-img {
    cursor: pointer;
}

.checked-template {
    font-size: 28px;
    color: #4285f4;
    position: absolute;
    left: 90%;
    top: -12px;
    z-index: 1;
    background: #fff;
    padding-left: 2px;
    content: "\f058";
}


/* .template-callout-bg{
        border-color: #4285f4 !important;
        background-color: #4285f442;
        padding: 15px;
        max-height: 75px;
        overflow: hidden;
        border-radius: 5px;
    } */

.template-callout-bg {
    border: 1px solid #FFC107 !important;
    background-color: #ffc1072b;
    padding: 15px;
    /* max-height: 75px;
        overflow: hidden; */
    border-radius: 5px;
    border-left: 5px solid #FFC107 !important;
}

.template-callout-header {
    background-color: transparent;
}

.template-callout-title {
    font-size: 12px !important;
    /* color: #000; */
}

.selected-template-block {
    /* display: inline-block;
        position: absolute; */
    display: block;
    position: inherit;
    /* top: -15px; */
}

.selected-template-block .card-header {
    position: relative;
    top: -5px;
}

.selected-template-block .card-body {
    position: relative;
    top: 5px;
}

.selected-template-block .card-title {
    text-transform: capitalize;
    font-size: 12px;
}

.preview-review {
    color: #4285f4 !important;
    font-size: 20px;
    font-weight: 500;
    margin-left: 1rem;
    cursor: pointer;
}

.img-wrapper {
    height: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img-wrapper img {
    /* min-height: 100%; */
    min-width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    /* padding: 5px; */
}


/* .bg-success {
        background-color: #7DDE9A !important;
    }

    .bg-warning {
        background-color: #FFCA37 !important;
    }
    .bg-danger {
        background-color: #FF144C !important;
    }

    .bg-primary{
        background-color: #4285f4 !important;
    } */

.loadmore-toggle::after {
    font-family: 'FontAwesome';
    content: "\f107" !important;
    border: none !important;
    position: relative;
    top: 14px;
    right: 50%;
    padding: 0px;
    vertical-align: 0;
}

.campaign-preview-eye {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: 3px;
    z-index: 1;
    background: #404E67;
    padding: 5px;
    border-radius: 54px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 3px 0px rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
}

.disabled-eye {
    background-color: #bdbdbd !important;
}

element.style {
    max-height: 180.812px;
    overflow: hidden;
    min-height: 152px;
    position: absolute;
    transform: translate3d(0px, 40px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    min-width: 216px;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown .dropdown-menu {
    display: none;
}

.show>.dropdown-menu {
    display: block;
}

.camp-preview-checks {
    color: #404E67;
    font-weight: 600;
    padding: 8px 14px !important;
    text-transform: capitalize;
}

.camp-preview-checks p {
    margin-bottom: 0px !important;
    font-size: 11px;
    color: #4285f4;
    position: relative;
    top: -3px;
    font-weight: 500;
    text-transform: lowercase;
}

.sub-text {
    color: #404E67 !important;
    font-size: 11px !important;
}

.summary-checks {
    color: #404E67;
    border-bottom: 1px dotted #4285f4;
}

.targetusers-summary-countchart .card {
    box-shadow: 0 1px 4px 0 rgba(62, 57, 107, 0.07), 0 0px 5px 0 rgba(62, 57, 107, 0.06) !important;
}


/* target users chart primary color */

.targetusers-summary-countchart .primary {
    color: #0277bd !important
}

.targetusers-summary-countchart .bg-primary {
    background-color: #0277bd !important;
}

.targetusers-summary-countchart .btn-primary {
    border-color: #0277bd !important;
    background-color: #0277bd !important;
}

.targetusers-summary-countchart .btn-primary:hover {
    background-color: #0277bd !important;
}

.targetusers-summary-countchart .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #2A2E30;
    background-color: #01ace6;
    border-color: #01ace6;
}


/* target users chart warning color */

.targetusers-summary-countchart .warning {
    color: #ffc107 !important
}

.targetusers-summary-countchart .btn-warning {
    border-color: #ffc107 !important;
    background-color: #ffc107 !important;
}

.targetusers-summary-countchart .btn-warning:hover {
    background-color: #ffc107 !important;
}

.targetusers-summary-countchart .btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #2A2E30;
    background-color: #ffc107;
    border-color: #ffc107;
}


/*  target users chart danger color */

.targetusers-summary-countchart .danger {
    color: #ff5252 !important
}

.targetusers-summary-countchart .btn-danger {
    border-color: #ff5252 !important;
    background-color: #ff5252 !important;
}

.targetusers-summary-countchart .btn-danger:hover {
    background-color: #ff5252 !important;
}

.targetusers-summary-countchart .btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #2A2E30;
    background-color: #ff5252;
    border-color: #ff5252;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.assign-grp-check {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.success {
    color: #66bb6a !important;
}

.bg-success {
    background-color: #66bb6a !important;
}

.bg-secondary {
    background-color: #0277bd !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #ff5252 !important;
}

.text-success {
    color: #66bb6a !important;
}

.text-secondary {
    color: #0277bd !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #ff5252 !important;
}


/*************************************** Theme style override end ***************************************/

.table th,
.table td {
    padding: 0.75rem 1rem;
}


/* .bootstrap-select .dropdown-menu {
  max-width: 200px;
} */

.bootstrap-select .dropdown-menu {
    max-width: inherit;
}

.bootstrap-select .dropdown-menu span.text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.badge {
    color: #FFFFFF;
    font-weight: 600;
    padding: 5px 10px;
    /* min-width: 80px; */
}

.badge-pill {
    min-width: auto !important;
}

.badge-success {
    background-color: #66bb6a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #ff5252;
}

.badge-blue {
    background-color: #4285f4;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active,
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
    border-bottom-color: #4285f4;
    color: #4285f4;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
    margin-left: -11px;
    border-width: 12px;
    border-top-color: #4285f4;
}

.nav.nav-tabs.nav-linetriangle {
    border-bottom-color: #4285f4;
}

.hsh-nav .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease;
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.hsh-nav.nav-line-tabs .nav-item .nav-link {
    color: #a1a5b7;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease;
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.hsh-nav.nav-line-tabs .nav-item .nav-link.active,
.hsh-nav.nav-line-tabs .nav-item.show .nav-link,
.hsh-nav.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #3699FF;
    transition: color 0.2s ease;
    color: #3699FF !important;
}

.hsh-nav.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.hsh-nav.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,
.hsh-nav.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled) {
    border-bottom-width: 2px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 6px !important;
}

.bg-light {
    background-color: #e4e9f2 !important;
}

.noUi-handle {
    border: 5px solid #4196f3 !important;
}

.edit-question-container {
    background-color: #4285f417;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link {
    color: #55595c;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active {
    border-left: 3px solid #4285f4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #4285f4;
}

@media (min-width: 768px) {
    .campaign-random-template .col-md-2 {
        max-width: 22% !important;
        margin: 0.7rem !important;
    }

    .campaign-landing-section>.col-md-2 {
        max-width: 22% !important;
        margin: 0.7rem !important;
    }
}

.alert-info {
    border-color: #4788f4 !important;
    background-color: #4285f430 !important;
    color: #0b4a53 !important;
}

.alert[class*=alert-icon-].alert-info:after,
.alert[class*=alert-icon-][class*=alert-info]:after,
.alert[class*=alert-icon-][class*=bg-info]:after {
    content: '\f071';
}

.camp-info-icon {
    font-size: 18px;
    color: #FF9800;
    position: relative;
    top: 2px;
}

.camp-error-icon {
    font-size: 18px;
    color: #F44336 !important;
    position: relative;
    top: 2px;
}

.template-callout-error {
    border: 1px solid #F44336 !important;
    background-color: #f4433621 !important;
    padding: 15px;
    border-radius: 5px;
    border-left: 5px solid #F44336 !important;
}

.meta-data {
    font-size: 0.8rem;
    padding: 10px 0px;
    display: block;
}

.small-font-red {
    font-size: 0.8rem;
    color: red;
}

@page {
    size: A4;
}

table,
figure {
    /* page-break-inside: avoid;*/
}

h1,
h2,
h3,
h4,
h5 {
    /*page-break-after: avoid;*/
}

.new-header-table-bg-blue {
    color: #fff !important;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

@media print {
    .noUi-target {
        -webkit-print-color-adjust: exact !important;
        background-color: #e4e9f2;
    }

    .icheckbox_square-blue,
    .iradio_square-blue {
        -webkit-print-color-adjust: exact !important;
    }

    .new-header-table-bg-blue>td {
        background-color: #4285f4 !important;
        -webkit-print-color-adjust: exact !important;
    }

    .new-header-table-bg-blue {
        color: #fff !important;
    }

    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: none;
    }
}

.table tbody td {
    background-color: #fff;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    body {
        height: 100%;
        color: #000;
    }

    .noUi-target {
        -webkit-print-color-adjust: exact;
        background-color: #e4e9f2;
    }

    .icheckbox_square-blue,
    .iradio_square-blue {
        -webkit-print-color-adjust: exact;
    }
}

input:disabled,
textarea:disabled {
    color: #000 !important;
    cursor: default !important;
}

@media print {

    input[type=checkbox],
    input[type=radio] {
        opacity: 1 !important;
    }
}

.page-hedader-print {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url({{$bgimage}}) !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: repeat;
    page-break-after: always;
}

.new-header-table-bg-blue td {
    -webkit-print-color-adjust: exact !important;
    background-color: #4285f4 !important;
}

.payment-table td {
    padding: 1.5rem 1rem;
}

.to-pay-payment-table {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding-top: 0px !important;
    border-radius: 5px;
}

.to-pay-payment-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    background-color: none;
}

.treejs .treejs-node__halfchecked>.treejs-checkbox:before {
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
}

.treejs .treejs-checkbox:hover:before {
    -webkit-box-shadow: 0 0 0px 0px transparent !important;
    /*0 0 2px 1px #4285f4;*/
    box-shadow: 0 0 0px 0px transparent !important;
    /*0 0 2px 1px #4285f4;*/
    border: 2px solid #4285f4;
}

.treejs .treejs-checkbox:before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: absolute;
    top: 2px;
    content: ' ';
    display: block;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #d9d9d9;
    border-radius: 0px !important;
}

.treejs .treejs-node__halfchecked>.treejs-checkbox:after {
    position: absolute;
    content: ' ';
    display: block;
    top: 11px !important;
    left: 5px !important;
    width: 10px !important;
    height: 2px !important;
    background-color: #fff;
}

.treejs .treejs-label {
    vertical-align: middle;
    margin-left: 5px;
}

.treejs .treejs-node__checked>.treejs-checkbox:before {
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
}

.treejs .treejs-node__checked>.treejs-checkbox:after {
    position: absolute;
    content: ' ';
    display: block;
    top: 6px !important;
    left: 7px !important;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.treejs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin-left: -40px !important;
}

.total-final-amount {
    float: right;
    color: #4285f4;
    font-weight: 500;
}

.total-final-lable {
    display: inline;
    float: right;
    font-size: 12px;
    position: relative;
    top: 0.5rem;
}

.total-final-amount-text {
    font-weight: 500;
    font-size: 14px;
    float: right;
    position: relative;
    top: 5px;
}

.amount {
    text-align: right;
    color: #4285f4;
    /* font-weight: 500; */
    margin-bottom: 5px;
    /* font-size: 1.1rem; */
}

.amount-decimal {
    font-size: 12px;
}

.amount-details {
    text-align: right;
    font-size: 13px;
    margin-bottom: 0.1rem;
    /* font-weight: 600; */
}


/* Stripe payment form */

.payment-div.payment-form {
    background-color: #fff;
}

.payment-div.payment-form * {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
}

.payment-div.payment-form .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 10px;
}

.payment-div.payment-form .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 10px;
}

.payment-div.payment-form .field.half-width {
    width: 50%;
}

.payment-div.payment-form .field.quarter-width {
    width: calc(25% - 10px);
}

.payment-div.payment-form .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-div.payment-form label {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 14px;
    bottom: 0px;
    color: #5D6A7F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 0 50%;
    cursor: text;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-div.payment-form .input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: '#404E67';
    background-color: transparent;
}

.payment-div.payment-form .input::-webkit-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-div.payment-form .input::-moz-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-div.payment-form .input:-ms-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment-div.payment-form .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
}

.payment-div.payment-form .input.focused,
.payment-div.payment-form .input:not(.empty) {
    opacity: 1;
}

.payment-div.payment-form .input.focused::-webkit-input-placeholder,
.payment-div.payment-form .input:not(.empty)::-webkit-input-placeholder {
    color: #cfd7df;
}

.payment-div.payment-form .input.focused::-moz-placeholder,
.payment-div.payment-form .input:not(.empty)::-moz-placeholder {
    color: #cfd7df;
}

.payment-div.payment-form .input.focused:-ms-input-placeholder,
.payment-div.payment-form .input:not(.empty):-ms-input-placeholder {
    color: #cfd7df;
}

.payment-div.payment-form .input.focused+label,
.payment-div.payment-form .input:not(.empty)+label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
}

.payment-div.payment-form .input.focused+label {
    color: #4285f4;
}

.payment-div.payment-form .input.invalid+label {
    color: #ff5252;
}

.payment-div.payment-form .input.focused+label+.baseline {
    background-color: #4285f4;
}

.payment-div.payment-form .input.focused.invalid+label+.baseline {
    background-color: #ff5252;
}

.payment-div.payment-form input,
.payment-div.payment-form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.payment-div.payment-form input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.payment-div.payment-form .StripeElement--webkit-autofill {
    background: transparent !important;
}

.payment-div.payment-form input,
.payment-div.payment-form button {
    -webkit-animation: 1ms void-animation-out;
}

.payment-div.payment-form button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 15px;
    background-color: #4285f4;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.payment-div.payment-form input:active {
    background-color: #159570;
}

.payment-div.payment-form .error svg {
    margin-top: 0 !important;
}

.payment-div.payment-form .error svg .base {
    fill: #ff5252;
}

.payment-div.payment-form .error svg .glyph {
    fill: #fff;
}

.payment-div.payment-form .error .message {
    color: #ff5252;
    font-size: 14px;
}

.payment-div.payment-form .success .icon .border {
    stroke: #abe9d2;
}

.payment-div.payment-form .success .icon .checkmark {
    stroke: #4285f4;
}

.payment-div.payment-form .success .title {
    color: #404E67;
    font-size: 16px !important;
}

.payment-div.payment-form .success .message {
    color: #8898aa;
    font-size: 13px !important;
}

.payment-div.payment-form .success .reset path {
    fill: #4285f4;
}

.bg-gradient-y-blue {
    /* background-image: linear-gradient(to bottom, #64B5F6 0%, #4285f4 100%); */
    background-image: linear-gradient(to bottom, #01ade7 0%, #4285f4 100%);
    background-repeat: repeat-x;
}

.billed-period {
    float: right;
    position: absolute;
    right: 1.2rem;
    top: 3.0rem;
    font-size: 11px;
}


/* Stripe card */

.cc-prev,
.cc-next {
    position: absolute;
    top: -1rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.cc-indicators {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.cc-card-bg {
    background-image: url(https://empower-resource.s3.amazonaws.com/LMS_images/card6.jpg);
    background-repeat: round;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn-danger {
    border-color: #ff5252 !important;
    background-color: #ff5252 !important;
}

.danger {
    color: #ff5252 !important;
}

.btn-outline-danger {
    border-color: #ff5252 !important;
    background-color: transparent;
    color: #ff5252 !important;
}

.btn-danger:hover {
    border-color: #fd6a6a !important;
    background-color: #fd6a6a !important;
    color: #FFF !important;
}

.btn-outline-danger:hover {
    background-color: #ff5252 !important;
    color: #FFF !important;
}

.btn-success {
    color: #FFFFFF !important;
    border-color: #50CD89 !important;
    background-color: #50CD89 !important;
}

.btn-success:hover {
    color: #FFFFFF !important;
    border-color: #47BE7D !important;
    background-color: #47BE7D !important;
}

.btn-outline-success {
    border-color: #50CD89 !important;
    background-color: transparent;
    color: #50CD89 !important;
}

.btn-outline-success:hover {
    background-color: #50CD89 !important;
    color: #FFF !important;
}

.swal-text {
    text-align: center;
}

.swal-button {
    font-weight: 500;
}

.cancel-link:hover {
    text-decoration: underline !important;
}

table.dataTable tr.group td {
    font-weight: bold;
    background-color: #f2f2f2 !important;
}

.table-header-bg {
    background-color: lightgoldenrodyellow;
}

.course-td-right {
    text-align: right;
    padding-right: 1.5rem !important;
}

.text-wrap-all {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.user-status-badge {
    font-size: 10px;
    text-transform: capitalize;
    padding: 3px;
    vertical-align: top;
    background: transparent;
    color: inherit;
    border: 1px solid #b0b6c0;
    margin-bottom: 5px;
}

.user-details {
    width: 25%;
    /* font-family: 'Montserrat', Georgia, 'Times New Roman', Times, serif!important; */
    letter-spacing: 0.05rem !important;
}

.user-report-title {
    /* border-left: 5px solid #4285f4; */
    padding: 0.5rem;
    margin-bottom: 0.3rem;
    background: #4284f412;
    /* width: 70%; */
}


/* Quiz css */

.quiz-card {
    min-height: 35rem
}

.quiz-card-width {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.bgimg {
    background-image: url(/images/quiz-100.png);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 70px;
}

.quiz-icon {
    max-height: 3.5rem;
    margin: 0rem 1rem;
}

.quiz-intro {
    background: transparent;
    text-align: left;
    white-space: pre-wrap;
}

.quiz-summ th,
.quiz-summ td {
    border-top: none;
}

.question-div fieldset label {
    margin-left: 10px;
    margin-bottom: 0px;
    color: #5D6A7F;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.question-div fieldset:hover {
    background-color: #f9f9f9
}

.question-check {
    vertical-align: bottom;
    margin-left: 5px;
    font-size: 26px;
}

.question-wrong {
    background-color: #ff002429;
}

.question-wrong:hover {
    background-color: #ff002429 !important;
}

.question-right {
    background-color: #7cc58338;
}

.question-right:hover {
    background-color: #7cc58338 !important;
}

.question-incorrect-badge {
    background-color: transparent;
    border: 1px solid #ff5252;
    color: #ff5252;
    font-weight: 400;
}

.question-correct-badge {
    background-color: transparent;
    border: 1px solid #66bb6a;
    color: #66bb6a;
    font-weight: 400;
}

.question-title p {
    font-size: 1.3rem !important;
    margin: 0px;
    max-width: 87%;
}

.question-title img {
    max-height: 25rem;
    margin: 10px 20px;
}

.list-question-title p {
    font-size: 1.3rem !important;
    margin: 0px;
    display: inline;
    display: -webkit-inline-box;
    max-width: 85%;
    vertical-align: top;
    margin-right: 5px;
}

.list-question-title img {
    max-height: 25rem;
    margin: 10px 20px;
    max-width: 80rem;
}

.quiz-content-body {
    width: 100%
}

.result-score {
    font-size: 8.5rem;
}

.result-percent {
    font-size: 5rem;
    margin-left: 0.2rem;
}


/* For mobile phones: */

@media only screen and (max-width: 768px) {
    .result-score {
        font-size: 3rem;
    }

    .result-percent {
        font-size: 2rem;
        margin-left: 0.2rem;
    }
    .pageheader #btn-group .btn{
        margin-bottom: 5px;
        font-size: 13px;
    }
    .user-master{
        margin-top: 140px !important;
        margin-bottom: 60px !important;
    }
}


/* For Ipads: */

@media (min-width: 768px) and (max-width: 1024px) {
    .result-score {
        font-size: 3rem;
    }

    .result-percent {
        font-size: 2rem;
        margin-left: 0.2rem;
    }
}

.mendatory-sign {
    vertical-align: sub;
    margin-right: 3px;
    font-size: 18px;
}

.slick-img-wrapper {
    height: 10.2rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 10.2rem;
    padding: 0px;
}

.slick-img-wrapper img {
    min-width: 100%;
    position: initial;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    cursor: pointer;
}

.user-notification-count {
    border-radius: 50%;
    width: 22px;
}

.scaleMatrixTable th,
.scaleMatrixTable td {
    padding: 0rem 1rem;
}

.choiceCategory {
    background-color: #eee !important;
    padding: 0.5rem 1rem !important;
}

.checkUncheck {
    padding: 0.5rem 1rem !important;
}

.question-info ol {
    list-style: none;
    /* list-style-type: decimal; */
    counter-reset: my-awesome-counter;
}

.question-info ol li {
    counter-increment: my-awesome-counter;
}

.question-info ol li::before {
    content: counter(my-awesome-counter)". ";
    /* border: none;
    border: 1px solid #c5c5c5; */
    display: inline-block;
    padding: 2px 8px;
    margin: 2px 5px 2px 0px !important;
    /* cursor: pointer;
    font-size: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 15%;
    background-color: #fbfbfb; */
    font-weight: bold;
}

.skills-matrix-cat {
    padding: 0.5rem 1rem !important;
}

.legend-i {
    margin-right: 15px;
    font-size: 18px;
}

.badge-gray {
    background-color: transparent;
    color: #5d6a7f !important;
    border: 1px solid #cbcfd6;
    padding: 4px !important;
    font-size: 10px !important;
    margin: 0px;
    vertical-align: middle;
}

.font-small-badge {
    font-size: 10px !important;
    margin: 0px;
    vertical-align: middle;
}

.theme-font {
    color: #404E67;
    margin-left: 5px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    vertical-align: bottom !important;
}

.option-container label {
    display: inline !important;
}

.statistics {
    border: 1px solid #ccd6e6;
    border-radius: 0.25rem;
    background-color: #fbfbfb;
    color: #404E67 !important;
}

.statistics:hover {
    border: 1px solid #4285f4;
}

.statistics .card-body {
    padding: 1rem 1.5rem;
}

.statistics .font-icon {
    font-size: 2.5rem !important;
}

.help-block {
    font-size: 13px;
}

#main-heading hr {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-header {
    padding: 1.2rem 1.2rem;
}

.bs-callout-info {
    display: block;
    border-color: #2DCEE3 !important;
    background-color: #bdf0f6;
    border-radius: 0.25rem;
    color: #020e0f;
}

.freq_drop {
    padding: 0px !important;
    height: 2rem !important;
    width: 6rem;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    vertical-align: top;
}

.margin-b-5px {
    margin-bottom: 5px;
}

.buynow-sm {
    vertical-align: top;
    padding: 0.3rem;
    margin-left: 0.2rem;
}

.blinking {
    animation: blinkingText 2.0s infinite;
}

@keyframes blinkingText {
    0% {
        color: #fff;
    }

    49% {
        color: #fff;
    }

    60% {
        color: #ffffff78;
    }

    99% {
        color: #ffffff78;
    }

    100% {
        color: #fff;
    }
}

.price-summary.table.table-xs th,
.price-summary.table.table-xs td {
    padding: 0.4rem 0.5rem;
    color: #2A2E30 !important;
}

.price-summary.table.table-sm th,
.price-summary.table.table-sm td {
    padding: 0.5rem 0.5rem;
    color: #2A2E30 !important;
}

.plan-description li {
    display: flex;
    font-size: 14px;
}

.plan-description li i {
    font-size: 16px;
    margin-top: 6px;
    margin-right: 16px;
    font-weight: 600;
    color: darkgreen;
}

.ptjs-theme .content,
.ptjs-theme .footer {
    margin-left: 0px !important;
}

.hint-icon {
    cursor: pointer;
    border-radius: 61%;
    font-size: 1.2rem;
}

.hint-animation {
    animation: boxShadowPulse 1.5s infinite;
}

.step-buttons span {
    border-radius: 4px !important;
}

.noUi-base {
    background-color: black;
}

.btn-light-custom {
    box-shadow: 0px 2px 3px 0px #e0e0e0;
    padding: 0.7rem 1rem;
    font-weight: 600;
}

.btn-warning {
    border-color: #ffc107 !important;
    background-color: #ffc107 !important;
    color: #404E67;
}

.btn-warning:hover {
    border-color: #ffc107bd !important;
    background-color: #ffc107bd !important;
    color: #404E67 !important;
}

.btn-warning:focus,
.btn-warning:active {
    border-color: #ffc107 !important;
    background-color: #ffc107 !important;
    color: #404E67;
}


/* Global Class */
.btn-submit.disabled,
.btnSubmit.disabled,
.btnStartQuiz.disabled {
    pointer-events: none;
}


/* Schedule Email */

.email-tags-container table tr td:first-child {
    width: 20%;
}

.modal .email-tags-container table tr td:first-child {
    width: 30%;
}


/* user dashboard */

i.ft-external-link.custom-icon-cls {
    font-size: 25px;
    transition: all .2s ease-in-out;
}

i.ft-external-link.custom-icon-cls:hover {
    font-size: 29px;
}

.custom-form .form-group {
    margin-bottom: 1.5rem !important;
}

/* Group form save button*/
#saveActions {
    margin-bottom: 0 !important;
}

/* Course Detail Report */
.filterContainer .grp_filter_due_expiry {
    width: 94%;
    padding: 1%;
    margin: 0px 16px;
    border: 1px dashed #BABFC7;
    border-radius: 0.25rem;
    padding: 0px 0px 5px 0px;
}

.filterContainer .grp_filter_due_expiry .filterOnDues label{
    margin-bottom:0;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .filterContainer .grp_filter_due_expiry {
        width: 100%;
        /* padding: 1%; */
        margin: 0px;
        /* border: 1px solid #e0e0e0; */
        /* border-radius: 0.25rem; */
    }
}